Skip to content

Conversation

@Andarist
Copy link
Collaborator

@Andarist Andarist commented Oct 11, 2018

kentcdodds
kentcdodds previously approved these changes Oct 11, 2018
Copy link
Member

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! Could you verify for me that the umd bundle has the @babel/runtime dep bundled?

@Andarist
Copy link
Collaborator Author

UMD

 function _objectWithoutPropertiesLoose(source, excluded) {
  // ...
}

  function _extends() {
  // ..
  }

ESM

import computeScrollIntoView from 'compute-scroll-into-view';
import _objectWithoutPropertiesLoose from '@babel/runtime/helpers/esm/objectWithoutPropertiesLoose';
import _extends from '@babel/runtime/helpers/esm/extends';
import _inheritsLoose from '@babel/runtime/helpers/esm/inheritsLoose';
import _assertThisInitialized from '@babel/runtime/helpers/esm/assertThisInitialized';
import React, { Component } from 'react';
import PropTypes from 'prop-types';

@Andarist
Copy link
Collaborator Author

Tests are wrongly configured though (might be because of kcd-scripts upgrade) - gonna take a look soon & ping you once I fix it.

@kentcdodds
Copy link
Member

Thanks!

@codecov
Copy link

codecov bot commented Oct 11, 2018

Codecov Report

Merging #600 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #600   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines         366    366           
  Branches       92     92           
=====================================
  Hits          366    366

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3bdf3fd...407c0f5. Read the comment docs.

@Andarist
Copy link
Collaborator Author

Copy link
Member

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coolio. Thanks!

@kentcdodds kentcdodds merged commit da3863e into master Oct 11, 2018
@kentcdodds kentcdodds deleted the update-kcd-scripts branch October 11, 2018 18:43
@kentcdodds
Copy link
Member

🎉 This PR is included in version 3.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants